home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / applets / collectn / collecti.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-24  |  548 b   |  20 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class collections_Dynarray */
  4.  
  5. #ifndef _Included_collections_Dynarray
  6. #define _Included_collections_Dynarray
  7. struct Hcollections_Predicate;
  8. struct Hjava_lang_Object;
  9.  
  10. typedef struct Classcollections_Dynarray {
  11.     long version_;
  12.     struct Hcollections_Predicate *screener_;
  13.     long count_;
  14. #define collections_Dynarray_minCapacity 16L
  15.     struct HArrayOfObject *array_;
  16. } Classcollections_Dynarray;
  17. HandleTo(collections_Dynarray);
  18.  
  19. #endif
  20.